home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / src / text.pro < prev    next >
Encoding:
Text File  |  1994-05-24  |  371 b   |  11 lines

  1. void taddchr DCLPROTO((int c));
  2. void taddstr DCLPROTO((char *s));
  3. void taddint DCLPROTO((int x));
  4. void taddnl DCLPROTO((void));
  5. char *getpermtext DCLPROTO((struct node *n));
  6. char *getjobtext DCLPROTO((struct node *n));
  7. void gettext2 DCLPROTO((struct node *n));
  8. void getsimptext DCLPROTO((Cmd cmd));
  9. void getredirs DCLPROTO((Cmd cmd));
  10. void taddlist DCLPROTO((Lklist l));
  11.